-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(block): add options to hide block #497
feat(block): add options to hide block #497
Conversation
@cedric-anne This feature covers the other client need when used with #11409. The only thing I noticed was that I had to enter the name of the template instead of getting a dropdown to select the value from. |
This is OK now, condition displays a dropdown when field corresponds to a foreign key or a dropdown. |
eb78d37
to
06b669e
Compare
Allow to add condition to hide block switch related itemtype data
Ex : Hide
Block
ifComputer
is of typeDesktop
Available condition :
>
,<
,=
,≠
,regex
Available fields (from
itemtype
) :dropdown
(only foreign key from main object)email
itemlink
string
text
number
decimal
integer
bool